From: Hauke Mehrtens Date: Sun, 17 Nov 2013 17:09:09 +0000 (+0000) Subject: keepalived: fix compile X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=c1394bf3501253f5a237d68f97a8bb03fd5ed871;p=openwrt%2Fsvn-archive%2Fpackages.git keepalived: fix compile newer kernels (3.7) split user side headers should fix: #12875 Should the patch be compatible with older kernels too? (see https://dev.openwrt.org/ticket/12875#comment:6 ) Signed-off-by: Dirk Neukirchen SVN-Revision: 38841 --- diff --git a/net/keepalived/Makefile b/net/keepalived/Makefile index d7396b23b..b7ac46a5b 100644 --- a/net/keepalived/Makefile +++ b/net/keepalived/Makefile @@ -43,7 +43,7 @@ CONFIGURE_ARGS+= \ --disable-strip \ --disable-lvs \ --disable-lvs-syncd \ - --with-kernel-dir="$(LINUX_DIR)" + --with-kernel-dir="$(LINUX_DIR)/$(LINUX_UAPI_DIR)" CONFIGURE_VARS+= \ ac_cv_file_$(call acvar,$(LINUX_DIR)/net/core/link_watch.c)=yes